DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1PagedDataCollection<T> Class / CurrentPage Property

In This Topic
    CurrentPage Property (C1PagedDataCollection<T>)
    In This Topic
    Gets the current page number.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property CurrentPage As Integer
    public override int CurrentPage {get;}
    See Also